home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineButton2_763 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  177b  |  9 lines

  1. on(release){
  2.    if(eval("/Variables:CacheGts") == true)
  3.    {
  4.       set("/Variables:CacheGts","false");
  5.       setProperty("/Gts", _visible, 1);
  6.    }
  7.    gotoAndStop(1);
  8. }
  9.